home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TFRMTB2000CUSTOMIZE / TFRMTB2000CUSTOMIZE.txt
Encoding:
Text File  |  2005-02-07  |  8.2 KB  |  349 lines

  1. object frmTB2000Customize: TfrmTB2000Customize
  2.   Left = 624
  3.   Top = 161
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Customize Toolbars'
  7.   ClientHeight = 359
  8.   ClientWidth = 488
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnKeyDown = FormKeyDown
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object Label11: TTntLabel
  27.     Left = 88
  28.     Top = 336
  29.     Width = 220
  30.     Height = 13
  31.     Caption = '*: To remove a shortcut press the Ctrl key only.'
  32.   end
  33.   object pcMain: TTntPageControl
  34.     Left = 0
  35.     Top = 0
  36.     Width = 488
  37.     Height = 321
  38.     ActivePage = tshCommands
  39.     Align = alTop
  40.     TabOrder = 0
  41.     object tshCommands: TTntTabSheet
  42.       Caption = 'Commands'
  43.       ImageIndex = 1
  44.       object Label1: TTntLabel
  45.         Left = 8
  46.         Top = 70
  47.         Width = 50
  48.         Height = 13
  49.         Caption = 'Categories'
  50.         FocusControl = lbCategories
  51.       end
  52.       object Label2: TTntLabel
  53.         Left = 142
  54.         Top = 70
  55.         Width = 52
  56.         Height = 13
  57.         Caption = 'Commands'
  58.         FocusControl = lbCommands
  59.       end
  60.       object Label3: TTntLabel
  61.         Left = 8
  62.         Top = 4
  63.         Width = 413
  64.         Height = 25
  65.         AutoSize = False
  66.         Caption = 'To add commands, drag and drop them onto a toolbar.'
  67.         Transparent = True
  68.         WordWrap = True
  69.       end
  70.       object Label4: TTntLabel
  71.         Left = 8
  72.         Top = 31
  73.         Width = 417
  74.         Height = 30
  75.         AutoSize = False
  76.         Caption = 
  77.           'To remove commands, drop the "Del" button on the right onto the ' +
  78.           'toolbar.'
  79.         Transparent = True
  80.         WordWrap = True
  81.       end
  82.       object Bevel1: TBevel
  83.         Left = 8
  84.         Top = 62
  85.         Width = 468
  86.         Height = 7
  87.         Shape = bsTopLine
  88.       end
  89.       object Label5: TTntLabel
  90.         Left = 144
  91.         Top = 248
  92.         Width = 50
  93.         Height = 13
  94.         Caption = 'Shortcut *:'
  95.       end
  96.       object Label6: TTntLabel
  97.         Left = 144
  98.         Top = 276
  99.         Width = 73
  100.         Height = 13
  101.         Caption = 'Mouse gesture:'
  102.         FocusControl = MouseGestureCB
  103.       end
  104.       object DelDragDrop: TTBXButton
  105.         Left = 427
  106.         Top = 4
  107.         Width = 50
  108.         Height = 53
  109.         AutoSize = False
  110.         Caption = 'Del'
  111.         DragMode = dmAutomatic
  112.         ImageIndex = 0
  113.         TabOrder = 4
  114.         OnDragDrop = DelDragDropDragDrop
  115.         OnDragOver = DelDragDropDragOver
  116.       end
  117.       object lbCategories: TTntListBox
  118.         Left = 8
  119.         Top = 88
  120.         Width = 121
  121.         Height = 201
  122.         ItemHeight = 13
  123.         TabOrder = 0
  124.         OnClick = lbCategoriesClick
  125.       end
  126.       object lbCommands: TTntListBox
  127.         Left = 142
  128.         Top = 88
  129.         Width = 335
  130.         Height = 149
  131.         Style = lbOwnerDrawFixed
  132.         DragMode = dmAutomatic
  133.         ItemHeight = 16
  134.         TabOrder = 1
  135.         OnClick = lbCommandsClick
  136.         OnDragDrop = lbCommandsDragDrop
  137.         OnDragOver = lbCommandsDragOver
  138.         OnDrawItem = lbCommandsDrawItem
  139.       end
  140.       object MouseGestureCB: TTntComboBox
  141.         Left = 224
  142.         Top = 268
  143.         Width = 253
  144.         Height = 21
  145.         AutoComplete = False
  146.         Style = csDropDownList
  147.         ItemHeight = 13
  148.         TabOrder = 3
  149.         OnChange = MouseGestureCBChange
  150.         Items.WideStrings = (
  151.           'None'
  152.           'Down'
  153.           'Up'
  154.           'Left'
  155.           'Right'
  156.           'Down, then Up'
  157.           'Up, then Down'
  158.           'Left, then Right'
  159.           'Right, then Left'
  160.           'Circle'
  161.           'Top Right to Bottom Left'
  162.           'Bottom Right to Top Left'
  163.           'Bottom Left to Top Right'
  164.           'Top Left to Bottom Right')
  165.       end
  166.       object Shortcut: TEdit
  167.         Left = 224
  168.         Top = 244
  169.         Width = 253
  170.         Height = 21
  171.         Color = clBtnFace
  172.         ReadOnly = True
  173.         TabOrder = 2
  174.         OnExit = ShortcutExit
  175.       end
  176.     end
  177.     object tshOptions: TTntTabSheet
  178.       Caption = 'Options'
  179.       ImageIndex = 2
  180.       TabVisible = False
  181.       object cbTooltips: TtntAutoSizeCheckBox
  182.         Left = 8
  183.         Top = 8
  184.         Width = 83
  185.         Height = 17
  186.         Caption = '&Show tooltips'
  187.         TabOrder = 0
  188.       end
  189.     end
  190.     object TabSheet1: TTntTabSheet
  191.       Caption = 'Mouse gestures'
  192.       ImageIndex = 4
  193.       object Label7: TTntLabel
  194.         Left = 8
  195.         Top = 8
  196.         Width = 469
  197.         Height = 33
  198.         AutoSize = False
  199.         Caption = 
  200.           'Mouse gestures work by holding down the right mouse button, doin' +
  201.           'g the gesture and releasing the right mouse button again.'
  202.         WordWrap = True
  203.       end
  204.       object Label8: TTntLabel
  205.         Left = 4
  206.         Top = 72
  207.         Width = 68
  208.         Height = 13
  209.         Caption = '&Positive Delta:'
  210.       end
  211.       object Label9: TTntLabel
  212.         Left = 4
  213.         Top = 96
  214.         Width = 74
  215.         Height = 13
  216.         Caption = '&Negative Delta:'
  217.       end
  218.       object StrokePaintBox: TPaintBox
  219.         Left = 240
  220.         Top = 96
  221.         Width = 170
  222.         Height = 170
  223.         OnPaint = StrokePaintBoxPaint
  224.       end
  225.       object Indicator: TShape
  226.         Left = 420
  227.         Top = 96
  228.         Width = 21
  229.         Height = 21
  230.         Brush.Color = clRed
  231.         Shape = stCircle
  232.       end
  233.       object Bevel2: TBevel
  234.         Left = 4
  235.         Top = 132
  236.         Width = 200
  237.         Height = 2
  238.         Shape = bsFrame
  239.       end
  240.       object Label10: TTntLabel
  241.         Left = 8
  242.         Top = 152
  243.         Width = 189
  244.         Height = 93
  245.         Alignment = taCenter
  246.         AutoSize = False
  247.         Caption = 
  248.           'You can test and train mouse gestures here. If a mouse gesture i' +
  249.           's recognized, the indicator will turn green and the recognized g' +
  250.           'esture is shown to the right.'
  251.         WordWrap = True
  252.       end
  253.       object MouseGestEnabled: TtntAutoSizeCheckBox
  254.         Left = 4
  255.         Top = 44
  256.         Width = 130
  257.         Height = 17
  258.         Caption = '&Enable mouse gestures'
  259.         TabOrder = 0
  260.         OnClick = MouseGestEnabledClick
  261.       end
  262.       object MouseGestDirectionCoB: TTntComboBox
  263.         Left = 240
  264.         Top = 68
  265.         Width = 173
  266.         Height = 21
  267.         AutoComplete = False
  268.         Style = csDropDownList
  269.         ItemHeight = 13
  270.         TabOrder = 3
  271.         OnChange = MGPosDeltaChange
  272.         Items.WideStrings = (
  273.           'Down'
  274.           'Up'
  275.           'Left'
  276.           'Right'
  277.           'Down, then Up'
  278.           'Up, then Down'
  279.           'Left, then Right'
  280.           'Right, then Left'
  281.           'Circle'
  282.           'Top Right to Bottom Left'
  283.           'Bottom Right to Top Left'
  284.           'Bottom Left to Top Right'
  285.           'Top Left to Bottom Right')
  286.       end
  287.       object MGPosDelta: tMMjvspinedit
  288.         Left = 132
  289.         Top = 68
  290.         Width = 57
  291.         Height = 21
  292.         MaxValue = 200.000000000000000000
  293.         MinValue = 1.000000000000000000
  294.         Value = 10.000000000000000000
  295.         TabOrder = 1
  296.         OnChange = MGPosDeltaChange
  297.       end
  298.       object MGNegDelta: tMMjvspinedit
  299.         Left = 132
  300.         Top = 92
  301.         Width = 57
  302.         Height = 21
  303.         MaxValue = 200.000000000000000000
  304.         MinValue = 1.000000000000000000
  305.         Value = 10.000000000000000000
  306.         TabOrder = 2
  307.         OnChange = MGPosDeltaChange
  308.       end
  309.     end
  310.   end
  311.   object btnOK: TMMTNTBItBtn
  312.     Left = 408
  313.     Top = 334
  314.     Width = 80
  315.     Height = 25
  316.     Caption = 'Close'
  317.     Font.Charset = DEFAULT_CHARSET
  318.     Font.Color = clBtnText
  319.     Font.Height = -11
  320.     Font.Name = 'MS Sans Serif'
  321.     Font.Style = []
  322.     ModalResult = 1
  323.     ParentFont = False
  324.     TabOrder = 1
  325.     OnClick = btnOKClick
  326.   end
  327.   object HelpBtn: TMMTNTBItBtn
  328.     Left = 8
  329.     Top = 334
  330.     Width = 75
  331.     Height = 25
  332.     Caption = 'Help'
  333.     Font.Charset = DEFAULT_CHARSET
  334.     Font.Color = clBtnText
  335.     Font.Height = -11
  336.     Font.Name = 'MS Sans Serif'
  337.     Font.Style = []
  338.     ParentFont = False
  339.     TabOrder = 2
  340.     OnClick = HelpBtnClick
  341.   end
  342.   object Timer1: TTimer
  343.     Enabled = False
  344.     OnTimer = Timer1Timer
  345.     Left = 184
  346.     Top = 312
  347.   end
  348. end
  349.